home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Communication / NewsBase / Source / IFolderTransparentWindow.m < prev    next >
Text File  |  1993-01-12  |  555b  |  29 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import "Animator.h"
  5. #import "IFolderTransparentWindow.h"
  6. #import "IFolderDockCell.h"
  7.  
  8. @implementation IFolderTransparentWindow
  9.  
  10. - initForImage:anImage at:(NXPoint *)windowOrigin forView:anObject
  11. {
  12.     [super initForImage:anImage at:windowOrigin forView:anObject];
  13.     iDefaultAccepted = YES;
  14.     
  15.     return self;
  16. }
  17.  
  18. - preambleForAccepted:(BOOL)accepted
  19. {
  20.     if (!accepted) {
  21.     // not accepted, then set previous icon
  22.     [source setTitle:[self title]];
  23.     [source setImage:[self image]];
  24.     }
  25.     return self;
  26. }
  27.  
  28. @end
  29.